zamm_yin 0.0.8

A basic, experimental knowledge-base
Documentation

YIN 阴

Build Status

Yin is a rudimentary, experimental knowledge base. It is inspired by Scone, but is not meant to be a replacement/clone of Scone and its functionality. Yin is both used by, and depends on, Yang for code generation. See the internal documentation for more.

Functionality is basically non-existent at the moment. Please do not use this library.

Note that there is currently only single-threaded support. Unless using a Neo4j Cypher backend, every spawned thread will have its own independent instance of the KB.

Examples

See the docs for examples of how to use the library.

Development

By default, the Neo4j Cypher tests aren't run. To run them:

  1. Ensure that Neo4j version 3 is installed and running (the petgraph dependency doesn't support version 4)
  2. Change the test DB password to dummy_password
  3. Run cargo test -- --ignored